home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0900.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.1 KB  |  24 lines

  1. >> I see a problem coming here: how does an unreplicated document (say my
  2. >> own home page) make a reference to such a replicated document?  If I
  3. >
  4. >We're trying out a system at PARC that has a similar problem.  Our
  5. >tentative solution, translated to URL terms, is that one particular
  6. >scheme of URL is a list of URL's, any of which can be used to access the
  7. >document.  This would allow the client to use whichever copy of the
  8. >document it ``decides'' is closest/cheapest.  We also have different URL
  9. >schemes that allow us to say, ``look up this UID in a name-service of
  10. >this type'' -- indirection.
  11.  
  12. A list of URL's might work in some cases, but in general this means
  13. that adding a new mirror site requires updating all references...
  14.  
  15. A name service sounds like a better solution -- bot how to integrate
  16. this in HTML or HTTP?  And who's going to run the name service?  Or
  17. could we use some existing name service?  (Perhaps DNS is flexible
  18. enough to return a list of hosts for certain names, from which the
  19. client could choose?  This would be ideal.  Anyone know anything about
  20. DNS?)
  21.  
  22. --Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
  23.  
  24.